Interview Questions and Answer
Options:
a. Every smallest individual Unit
b. Array of characters
c. Basic building blocks in a program
d. Pre-defined words
Reveal Answer
Options:
a. Variable
b. Keywords
c. Operators
d. Statements
e. Expressions
Reveal Answer
Options:
a. Variable Name
b. Function Name
c. File Name
d. Operators
Reveal Answer
Options:
a. a-123
b. a_123
c. a@123
d. 123a
Reveal Answer
Options:
a. xyz%123
b. x_yz
c. xyz_123
d. xyz123
Reveal Answer
Options:
a. main
b. int
c. printf
d. include
e. char
Reveal Answer
Options:
a. 4 bytes
b. 4 bits
c. 8 bits
d. 8 bytes
Reveal Answer
Options:
a. float
b. int
c. double
d. char
Reveal Answer
Options:
a. enum Month{jan=0,feb,march=4,april,}
b. enum Month[jan=0,feb,march=4,april,]
c. enum month[Jan, Feb, March];
d. enum month{Jan=0, Feb, March};
Reveal Answer
Options:
a. -32768 to 32767
b. -2,147,438,648 to 2,147,438,648
c. 0 to 65535
d. 0 to 4,294,967,295
Reveal Answer
Options:
a. -2,147,438,648 to 2,147,438,648
b. 0 to 4,294,967,295
c. -32768 to 32767
d. 0 to 65535
Reveal Answer
Options:
a. 0 to 65535
b. -2,147,438,648 to 2,147,438,648
c. 0 to 4,294,967,295
d. -32768 to 32767
Reveal Answer
Options:
a. 0 to 65535
b. -32768 to 32767
c. 0 to 4,294,967,295
d. -2,147,438,648 to 2,147,438,648
Reveal Answer
Options:
a. 2 bytes
b. 2 bits
c. 4 bits
d. 8 bytes
Reveal Answer
Options:
a. 4 bytes
b. 8 bits
c. 8 bytes
d. 4 bits
Reveal Answer
Options:
a. 1 bytes
b. 4 bytes
c. 8 bytes
d. 16 bytes
Reveal Answer
Options:
a. Named memory locations
b. Named for identification of function
c. Name used for symbol
d. None of above
Reveal Answer
Options:
a. abc_123
b. register
c. abc#123
d. abc 123
Reveal Answer
Options:
a. Data_type variable_name;
b. Variable_name data_type= value;
c. Data_type variable_name= value;
d. Variable_name data_type;
Reveal Answer
Options:
a. Both can occur multiple times, but a declaration must occur first.
b. There is no difference between them.
c. A definition occurs once, but a declaration may occur many times.
d. A declaration occurs once, but a definition may occur many times.
e. Both can occur multiple times, but a definition must occur first.
Reveal Answer
Bestdotnet google plus